home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Medabots Cardz
/
Medabots CD Cardz Metabee.bin
/
pc
/
assets
/
metabee.dxr
/
00258_Script_258
< prev
next >
Wrap
Text File
|
2001-12-07
|
455b
|
27 lines
property mysprite
on beginsprite me
set mysprite to the spritenum of me
set the blend of sprite mysprite = 0
end
on mouseUp
--puppetSound 1, "Clicker"
window("WizardPopup").forget()
global wWizard
wWizard = window("WizardPopup")
wWizard.visible = true
open wWizard
-- tell window "WizardPopup"
-- go to "WizardPopup"
-- end tell
end
on mouseEnter
cursor(280)
end
on mouseLeave
cursor(-1)
end